home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Snippets / JPartialResources 1.0.1 / READ ME < prev   
Encoding:
Text File  |  1994-05-02  |  1.2 KB  |  30 lines  |  [TEXT/R*ch]

  1. Name: JPartialResources
  2. Version: 1.0.1
  3. Category: functions
  4. Contributor: Jamie McCarthy <k044477@kzoo.edu>
  5. Date: 93-10-20
  6. TCL-Version: 1.1.2
  7. TCL-Language: C
  8. Copyright: Copyright (C) 1992-93 by Jamie R. McCarthy. All rights reserved.
  9.  
  10. This archive contains the .c and .h files for JPartialResources 1.0.1.
  11. The code extends the partial-resource calls into system 6--and yes it
  12. does read in only the section requested, not the whole resource.
  13. CFlexiDataFile uses JPartialResources;  if you're using that class,
  14. this new version just drops right in.
  15.  
  16. 1.0.1 is a little better about error-handling--it sets ResErr instead of
  17. dropping into the debugger--and it is a little more fastidious about
  18. using Gestalt, though it probably won't ever make any difference.
  19.  
  20. But the main new feature is that it doesn't go to disk twice when once
  21. is enough.  Marco Piovanelli was kind enough to point out that some of
  22. the information I needed is resident in RAM.  So this version should be
  23. quite a bit faster than 1.0, especially if you're making many accesses
  24. to small amounts of data.
  25.  
  26. This code shipped in our latest game, which depends on it quite
  27. heavily.  So I'd give it very high reliability marks.
  28.  
  29. It's freeware--if you like it, drop me a line.
  30.